projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765ffeb
)
; * lisp/emacs-lisp/byte-opt.el: improved comment
author
Mattias Engdegård
<mattiase@acm.org>
Sun, 7 Feb 2021 11:24:40 +0000
(12:24 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Sun, 7 Feb 2021 11:24:40 +0000
(12:24 +0100)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index 32f66ebebb9ced63157d98c383ce28210207aa05..abbe2a2e63f0b91a0b0f0db0a89850e4c1804d02 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-440,7
+440,7
@@
Same format as `byte-optimize--lexvars', with shared structure and contents.")
(let ((lexvar (assq form byte-optimize--lexvars)))
(if (cddr lexvar) ; Value available?
(if (assq form byte-optimize--vars-outside-loop)
- ;; Cannot substitute; mark
as changed
to avoid the
+ ;; Cannot substitute; mark
for retention
to avoid the
;; variable being eliminated.
(progn
(setcar (cdr lexvar) t)